vendor/golang.org/x/net/http2/hpack.headerFieldTable.ents (field)
13 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L183: dt.size -= dt.table.ents[n].Size()
hpack.go#L202: return staticTable.ents[i-1], true
hpack.go#L211: return dt.ents[dt.len()-(int(i)-staticTable.len())], true
tables.go#L29: ents []HeaderField
tables.go#L52: return len(t.ents)
tables.go#L60: t.ents = append(t.ents, f)
tables.go#L69: f := t.ents[k]
tables.go#L78: copy(t.ents, t.ents[n:])
tables.go#L80: t.ents[k] = HeaderField{} // so strings can be garbage collected
tables.go#L82: t.ents = t.ents[:t.len()-n]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)